home *** CD-ROM | disk | FTP | other *** search
- /*
- * scsi3.h --
- *
- * Declarations of interface to the Sun SCSI3 driver routines.
- *
- * Copyright 1989 Regents of the University of California
- * Permission to use, copy, modify, and distribute this
- * software and its documentation for any purpose and without
- * fee is hereby granted, provided that the above copyright
- * notice appear in all copies. The University of California
- * makes no representations about the suitability of this
- * software for any purpose. It is provided "as is" without
- * express or implied warranty.
- *
- * $Header: /cdrom/src/kernel/Cvsroot/kernel/dev/sun4.md/scsi3.h,v 9.1 91/11/04 14:07:50 mgbaker Exp $ SPRITE (Berkeley)
- */
-
- #ifndef _DEVSCSI3
- #define _DEVSCSI3
-
- #include "devInt.h"
- #include "scsiHBA.h"
-
- extern ClientData DevSCSI3Init _ARGS_((DevConfigController *ctrlLocPtr));
- extern Boolean DevSCSI3Intr _ARGS_ ((ClientData clientDataArg));
- /* extern Boolean DevSCSI3IntrStub(); */
- extern ScsiDevice *DevSCSI3AttachDevice _ARGS_ ((Fs_Device *devicePtr,
- void (*insertProc) _ARGS_ ((List_Links *elementPtr,
- List_Links *elementListHdrPtr))));
- #endif /* _DEVSCSI3 */
-
-